MSI 3/6: add msi support to xen
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 09:31:29 +0000 (10:31 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 09:31:29 +0000 (10:31 +0100)
commit7901b28ea0cf19df1c192baef3f1f2c8c9dc7e8a
treefd30b7b2dcce76e98d43903a019352e8c011dafc
parentca0074e519fdc29c8574356b1ba551c8a1b235bb
MSI 3/6: add msi support to xen

Signed-off-by: Jiang Yunhong <yunhong.jiang@intel.com>
Signed-off-by: Shan Haitao <haitao.shan@intel.com>
19 files changed:
xen/arch/x86/Makefile
xen/arch/x86/i8259.c
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/msi.c [new file with mode: 0644]
xen/arch/x86/physdev.c
xen/drivers/passthrough/amd/iommu_init.c
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/msi.h [deleted file]
xen/drivers/passthrough/vtd/qinval.c
xen/drivers/passthrough/vtd/utils.c
xen/include/asm-x86/fixmap.h
xen/include/asm-x86/hvm/svm/amd-iommu-defs.h
xen/include/asm-x86/msi.h [new file with mode: 0644]
xen/include/public/physdev.h
xen/include/xen/iommu.h
xen/include/xen/irq.h
xen/include/xen/pci.h